home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 April: Mac OS SDK / Dev.CD Apr 98 SDK1.toast / Development Kits (Disc 1) / QuickDraw 3D / Samples / SampleCode / BoxPaint+ - non stereo / BoxPaint_Prefix.h next >
Encoding:
C/C++ Source or Header  |  1997-08-14  |  406 b   |  18 lines  |  [TEXT/CWIE]

  1. /*
  2.  * Prefix file for BoxPaint
  3.  *
  4.  * Symantec generated the following error if you try to test for the compiler
  5.  *
  6.  * File “BoxPaint_texture.c”; Line 15
  7.  * Error:   internal error: file PRAGMA.C line 4347
  8.  *
  9.  * using #if defined(__SC__) in a prefix file, hence the compiler specific file.
  10.  */
  11.  
  12.  
  13. #include <MacHeaders.h>
  14.  
  15. #define BP_DebugString(x) Utility_DebugString("__FILE__ \t __LINE__ ## \t x");
  16.  
  17. /***/
  18.